ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / ErrorBar<T> Class / EndStyle Property






In This Topic
    EndStyle Property (ErrorBar<T>)
    In This Topic
    Gets or sets a value that specifies the end style of the series.
    Syntax
    'Declaration
     
    
    Public Property EndStyle As ErrorBarEndStyle
    'Usage
     
    
    Dim instance As ErrorBar(Of T)
    Dim value As ErrorBarEndStyle
     
    instance.EndStyle = value
     
    value = instance.EndStyle
    public ErrorBarEndStyle EndStyle {get; set;}
    public read-write property EndStyle: ErrorBarEndStyle; 
    public function get,set EndStyle : ErrorBarEndStyle
    public: __property ErrorBarEndStyle get_EndStyle();
    public: __property void set_EndStyle( 
       ErrorBarEndStyle value
    );
    public:
    property ErrorBarEndStyle EndStyle {
       ErrorBarEndStyle get();
       void set (    ErrorBarEndStyle value);
    }
    See Also